home *** CD-ROM | disk | FTP | other *** search
- /*
- File: StorageClassShim.h
-
- Contains: Header file for example shim
-
- Version: xxx put version here xxx
-
- Copyright: © 1997-1998 by Apple Computer, Inc., all rights reserved.
-
- */
- #ifndef __StorageClassShimH__
- #define __StorageClassShimH__
-
- #include <Types.h>
- #include <Devices.h>
- #include <CodeFragments.h>
- #include <DriverServices.h>
- #include <Processes.h>
- #include <USB.h>
-
- void myNotificationCallback (USBDeviceNotificationParameterBlock *pb);
- unsigned char USBShim(void);
- void USBShimTermination(void);
- OSStatus ShimOpenDriver(USBDeviceRef theDevRef);
- OSErr CFragInitRoutine(CFragInitBlockPtr initBlkPtr);
-
- #endif //__StorageClassShimH__